ReactiveTableViewSource.ItemAt(NSIndexPath) method¶
Defined in
Type: ReactiveTableViewSourceReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
public object? ItemAt(NSIndexPath indexPath)
Summary: Items at.
Parameters
| Name | Type | Description |
|---|---|---|
indexPath | NSIndexPath | The index path. |
Returns: object? -- The item.